dev.blat.es

Snippets, code and thoughts

ElasticSearch indices size

curl http://localhost:9250/_stats/index,store | jq -C

Read More

Creating a Docker container for ElasticSearch

At Populate, we use ElasticSearch as a superstructured data storage.

Read More

Cap local deploy

To give a server of the capabilities to auto-update itself and run the latest version of an application code with the latest dependencies is a great feature, very useful, for example, if you are using Amazon auto-scaling, where servers are created and destroyed all the time.

Read More

How to create a embed snippet

In Panama Papers project we created some simple and beautiful charts representing the key figures of the database. Each chart is embedable using a snippet like this:

Read More